home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 June / EnigmA AMIGA RUN 19 (1997)(G.R. Edizioni)(IT)[!][issue 1997-06][EAR-CD III].iso / earkit / useful / hsc / src_docs / related.hsc < prev    next >
Text File  |  1996-12-10  |  3KB  |  64 lines

  1. <WEBPAGE chapter="hsc - " title="Related stuff"
  2.     PREV="future.html"
  3.     QTEXT=("I've got my air-jack hammer<BR>"
  4.           +"I've got my saber saw<BR>"
  5.           +"I've got all I need<BR>"
  6.           +"Cuz I got my tools")
  7.     QAUTHOR='Flour, "Tools"'>
  8. <*    QTEXT=("And if you take a taste<BR>"
  9.           +"You better leave no waste<BR>"
  10.           +"You gotta eat up all you get")
  11.     QAUTHOR='Soup Dragons, "Beauty Freak"'*>
  12.  
  13. Some stuff that should be useful for project-management:
  14.  
  15. <UL>
  16. <LI><AMINET FILE="dev/c/make_bin.lha">, an Amiga-port of <EXEC>GNUmake</EXEC>.
  17.     different to several other Unix-ports, no <CODE>ixemul.library</CODE>
  18.     is required.
  19. <LI><AMINET FILE="dev/gcc/" TEXT="aminet:dev/gcc/gccXXXdoc.lha">, which contains
  20.     (among other documents) the manual to <EXEC>GNUmake</EXEC> in 
  21.     AmigaGuide format (the full filename depends on the version of
  22.     <EXEC>gcc</EXEC>).
  23. </UL>
  24.  
  25. As <hsc>'s syntax check is quite small and clumsy, maybe you should also
  26. have a look at one of the following sources:
  27.  
  28. <UL>
  29. <LI><AminetReadMe FILE="dev/lang/sgmls.readme" TEXT="SGMLS">
  30.     - Amiga port, source included; available from
  31.     <Aminet FILE="dev/lang/sgmls.lha">; for those who insist on using a DTD.
  32. <LI><WebLint>, a Perl-script that is even more cryptic to configure
  33.     than <hsc>. And it's Perl.. würg, kotz, reiha.. (<(HSC.ANCHOR)>)
  34. <LI><A HREF="http://www.webtechs.com/html-val-svc/">HalSoft's
  35.     validation service</A> maybe provides the most competent syntax-check,
  36.     but most likely the slowest. (<(HSC.ANCHOR)>)
  37. </UL>
  38.  
  39. To use Un*x-alike filenames within AmigaOS, there are numerous tools 
  40. available. For example, you can use
  41. <UL>
  42. <LI><Aminet FILE="dev/gcc/ixpath.lha"> - CLI only, source code included
  43. <LI><Aminet FILE="util/boot/" TEXT="util/boot/DosWedgeXX"> -
  44.     implemented as a commodity
  45. </UL>
  46.  
  47. And some resources that have been quite useful during the development of <hsc>:
  48.  
  49. <UL>
  50. <LI>The only human readable
  51.     <A HREF="http://www.sandia.gov/sci_compute/html_ref.html">html-reference</A>
  52.     I've found so far. (<(HSC.ANCHOR)>)
  53. <LI>A <A HREF="http://nswt.tuwien.ac.at:8000/htdocs/boutell/">W3-FAQ</A>
  54.     that covers even the Amiga. (<(HSC.ANCHOR)>)
  55. <LI><A HREF="http://www.cs.cmu.edu/~tilt/cgh/">Composing Good HTML</A>,
  56.     a general introduction to the whole html-problem. It's also useful to
  57.     better understand several messages of <hsc>. (<(HSC.ANCHOR)>)
  58. <LI>Richard Scarry: "Mein allerschönstes Buch vom Backen, Bauen und
  59.     Flugzeugfliegen" - a general introduction to life and how to cope
  60.     with it.
  61. </UL>
  62.  
  63. </WEBPAGE>
  64.